home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / recent / graburl.rdm < prev    next >
Text File  |  1997-01-21  |  1KB  |  41 lines

  1. Short:    Utilities to fetch HTTP files.
  2. Author:   emonds@jsp.umontreal.ca (Serge Emond)
  3. Uploader: emonds@jsp.umontreal.ca (Serge Emond)
  4. Type:     comm/www
  5.  
  6. Requires at least OS 3.0, rexxdossupport.library V2 and AmiTCP 4.0+.
  7. Rexxdossupport can be found on AmiNet (util/rexx/rexxdossupport.lha)
  8.  
  9. This archive contains executables for 68000.  Newest releases (including
  10. programs compiled for 020/030/040) can be found on:
  11.  
  12.     http://www.jsp.umontreal.ca/~emonds/GrabURL.html.
  13.  
  14. Contains 4 things:
  15. 1) GrabHTTP.   Can grab files using the HTTP protocol.  (ARexx host)
  16. 2) UrlManager. Keep a list of urls.  (ARexx host)
  17. 3) ScanHTML.   Scans an HTML file and creates a list of the urls
  18.                contained in it.
  19. 4) GrabURL.rexx.
  20.  
  21. The last one uses the 3 others to grab one or more files using HTTP.
  22.  
  23. It can collect files recursively using AmigaDOS patterns and has a lot of
  24. options.
  25.  
  26. GrabHTTP also has a small GUI indicating the progress of the download.
  27.  
  28. This is freeware.  It works without crashing on my system.
  29.  
  30. Comments are welcome.
  31.  
  32. ---
  33. Partial change-list since last release:
  34.   GrabHTTP 1.01
  35.     - Some memory was freed twice in some situations
  36.     - Now supports HTTP authentication
  37.   GrabURL 1.01
  38.     - Modified to support authentication
  39.   GrabURL 1.02
  40.     - Set a minimal stack to prevent crashes...
  41.